home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global nIniVideo, nFinVideo, nCursor1, nMask1, bVideoNormal
- if (the mouseV >= 345) and (the mouseH >= -3) and (the mouseV <= 480) and (the mouseH <= 137) then
- set the movieRate of sprite 2 to 0
- else
- set the movieRate of sprite 2 to 1
- end if
- if the movieTime of sprite 2 > nFinVideo then
- if bVideoNormal then
- go("baile")
- else
- go("baileP")
- end if
- else
- rollboton()
- end if
- go(the frame)
- end
-